Creation information for a render pass. More...
#include <kanzi/gfx/create_info.hpp>
Public Types | |
| using | HandleType |
| Render pass handle. | |
Public Attributes | |
| AttachmentDescriptionSet | attachmentDescriptionSet |
| Description of the render pass attachments. | |
Public Attributes inherited from kanzi::gfx::BaseCreateInfo | |
| string_view | name |
| The name of the graphics object, useful for debugging. | |
Creation information for a render pass.
The render pass describes the outputs of a render pipeline and allows the backend to optimize drawing operations by limiting state to predefined options.
Render pass handle.
| AttachmentDescriptionSet kanzi::gfx::RenderPassCreateInfo::attachmentDescriptionSet |
Description of the render pass attachments.
These attachments must match the attachment structure of any frame buffers used on the BeginRenderPassCommand for this render pass.